home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2004 February / INTERNET114.ISO / pc / software / windows / messages / inboxer / inboxersetup.exe / {app} / default_bayes_customize.ini < prev    next >
Encoding:
INI File  |  2003-10-07  |  1.3 KB  |  32 lines

  1. # This is the default INI file for the Outlook addin Bayes database
  2. # This file must exist, or the addin considers itself confused.
  3. # As we decide default options, we can add them!
  4.  
  5. [Tokenizer]
  6. # So long as Mark, Sean, and I are the primary users of this (i.e.,
  7. # Americans and Australians), this non-default option is very effective
  8. # at nailing Asian spam with little training and small database burden.
  9. # It should probably be exposed via the GUI, as it's not appropriate
  10. # for people who get "high-bit ham".  Asian spam is nailed with this
  11. # False too, but it requires more training and a larger database, since
  12. # a sufficient variety of "8bit%" and "skip" metatokens take longer to
  13. # learn about than strings of question marks.
  14. replace_nonascii_chars: True
  15.  
  16. # It's helpful for Tim <wink>.
  17. record_header_absence: True
  18.  
  19. # These should help.  All but "from" are disabled by default, because
  20. # they're killer-good clues for bad reasons when using mixed-source
  21. # data.
  22. address_headers: from to cc sender reply-to
  23.  
  24.  
  25. [Classifier]
  26. # Uncomment the next lines if you want to use the former default for
  27. # scoring.
  28. #use_chi_squared_combining: False
  29. #use_gary_combining: True
  30.  
  31. # This will probably go away if testing confirms it's a Good Thing.
  32. experimental_ham_spam_imbalance_adjustment: True